Auto merge of #2795 - alexcrichton:test-and-harness, r=brson
authorbors <bors@rust-lang.org>
Tue, 21 Jun 2016 15:41:22 +0000 (08:41 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2016 15:41:22 +0000 (08:41 -0700)
commit50dad37437259d696d51d60ddcf4af32d2a4b4c2
treed2e6ef4c2de936866ba4d8e5d1f4ed211c6d751b
parent4ba82648a7786605bd360daff54410bf5857f289
parentb74fd0a3b6febd4bd842dda35e63459a45c20c11
Auto merge of #2795 - alexcrichton:test-and-harness, r=brson

Fix `harness = false` on `[lib]` sections

Now that this is fixed upstream, we can actually add a test for this!

Closes #2305